home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gOriginalTick, gLastTick
- if the timer < 2440 then
- unloadMember("coffebeans")
- unloadMember("moviecloseup")
- go(the frame)
- else
- set gOriginalTick to the ticks
- set gLastTick to gOriginalTick
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(80)
- end
-